home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / git / RelNotes-1.6.2.1.txt < prev    next >
Encoding:
Text File  |  2011-09-22  |  597 b   |  20 lines

  1. GIT v1.6.2.1 Release Notes
  2. ==========================
  3.  
  4. Fixes since v1.6.2
  5. ------------------
  6.  
  7. * .gitignore learned to handle backslash as a quoting mechanism for
  8.   comment introduction character "#".
  9.  
  10. * timestamp output in --date=relative mode used to display timestamps that
  11.   are long time ago in the default mode; it now uses "N years M months
  12.   ago", and "N years ago".
  13.  
  14. * git-add -i/-p now works with non-ASCII pathnames.
  15.  
  16. * "git hash-object -w" did not read from the configuration file from the
  17.   correct .git directory.
  18.  
  19. * git-send-email learned to correctly handle multiple Cc: addresses.
  20.